fix(read only folder): allow renaming new file inside read-only folders
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 17 Apr 2025 12:35:02 +0000 (14:35 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 24 Apr 2025 09:01:34 +0000 (11:01 +0200)
commitaeca14f5228de35a1307646ee4c072674bad451e
treeb53f8fdf856c2bbff7d5b02120e147fa3a3fe2b9
parent0aba0b296eb731a6447a95a0c0f99015242a6130
fix(read only folder): allow renaming new file inside read-only folders

needed to download a new file inside a read-only folder

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/common/filesystembase.cpp
src/common/filesystembase.h
src/libsync/filesystem.cpp
src/libsync/filesystem.h
test/testpermissions.cpp